.main_middle {
  width: 89.58vw;
  margin: 0 auto;
}

.w16 {
  width: 0.833vw;
}

/* mobile */
.mobile_left,
.full_shade,
.mobile_header,
.for_mobile {
  display: none;
}

/* global */
.global {
  width: 100vw;
  overflow: hidden;
  /* transition: transform 0.3s linear; */
}



/* page_header */
.page_header {
  position: relative;
}

/* banner */
.swiper-container img {
  width: 100%;
}

.swiper-pagination {
  bottom: 2.6vw !important;
}

.swiper-pagination .my-bullet {
  margin: 0 0.31vw;
  width: 2.6vw;
  height: 0.36vw;
  border-radius: 0.21vw;
  background-color: #fff;
}

.swiper-pagination .my-bullet-active {
  background-color: #2182E1;
}

/* page_forehead */
.page_forehead {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 7.656vw;
  border-top: 0.625vw solid #2182E1;
  z-index: 9;
  box-shadow: 0 0 1.042vw rgba(26, 83, 186, 0.3);
  background-color: rgba(255, 255, 255, 0.8);
}

.forehead_wrapper {
  height: 7.031vw;
}

.logo {
  width: 9.792vw;
}

.logo img {
  width: 100%;
}

.menu {
  height: 7.031vw;
}

.menu>li {
  width: 6.250vw;
  margin: 0 1.563vw;
  font-size: 0.938vw;
  line-height: 7.031vw;
  text-align: center;
}

.menu>li:hover {
  background-color: rgba(33, 130, 225, 0.1);
}

.menu>li>a {
  display: block;
}

.menu>li:hover>a {
  font-weight: bold;
  color: #2182E1;
}


.fore_right {}

.fore_right a {
  width: 4.375vw;
  height: 4.375vw;
  margin-left: 1.042vw;
  background-color: #2182E1;
  border-radius: 50%;
}

.fore_right a:first-of-type img {
  width: 2.656vw;
}

.fore_right a:last-of-type img {
  width: 3.281vw;
}

/* product_container */
.product_container {
  width: 100vw;
  height: 62.240vw;
  background-image: url('../images/probg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.product_wrapper {
  padding-top: 4.948vw;
}

.product_left {
  width: 25%;
}

.product_left_title {
  height: 17.083vw;
  padding: 4.427vw 0 0 2.604vw;
  color: #FFFFFF;
  background-color: rgba(26, 83, 186, 0.9);
}

.product_left_title h5 {
  width: 10.417vw;
  font-size: 1.875vw;
  font-family: "REGULAR";
  line-height: 1em;
  text-transform: uppercase;
}

.product_left_title h2 {
  margin: 1.302vw 0 1.563vw;
  font-size: 1.250vw;
  line-height: 0.5em;
}

.product_left_title i {
  display: block;
  width: 1.406vw;
  height: 0.156vw;
  background-color: #00BAFF;
  border-radius: 0.052vw;
}

.product_left_bottom {
  position: relative;
  height: 34.167vw;
}

.product_left_bottom .plb_shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.604vw 2.604vw 0;
  z-index: 11;
}

.product_left_bottom .plb_shade h3 {
  font-size: 1.042vw;
  font-weight: bold;
  color: #010101;
}

.product_left_bottom .plb_shade p {
  margin: 1.042vw 0;
  font-size: 0.729vw;
  color: #494949;
  line-height: 1.563vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.product_left_bottom .plb_shade a {
  width: 5.990vw;
  height: 1.979vw;
  padding: 0 0.781vw;
  border: 0.104vw solid #1A53BA;
  border-radius: 0.990vw;
  font-size: 0.729vw;
  color: #1A53BA;
  line-height: 1.979vw;
  font-family: "REGULAR";
}

.product_left_bottom .plb_shade a:hover {
  padding-right: 0.521vw;
}

.product_left_bottom .plb_img {
  width: 100%;
  height: 100%;
}

.product_right {
  width: 75%;
}

.product_right_item {
  position: relative;
  display: block;
  width: 33.3333333333%;
  height: 17.083vw;
  overflow: hidden;
}

.product_right_item .pri_shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.167vw;
  z-index: 1;
}

.product_right_item:hover .pri_shade {
  top: -17.083vw;
}

.product_right_item .pri_shade h2 {
  width: 100%;
  height: 17.083vw;
  padding: 2.865vw 0 0 2.865vw;
  font-size: 1.042vw;
  font-weight: bold;
  color: #000000;
  line-height: 1em;
}

.product_right_item .pri_shade .pri_shade_bottom {
  width: 100%;
  height: 17.083vw;
  background-color: rgba(26, 83, 186, 0.6);
}

.product_right_item .pri_shade .pri_shade_bottom h3 {
  margin-bottom: 1.563vw;
  font-size: 1.042vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1em;
}

.product_right_item .pri_shade .pri_shade_bottom div {
  width: 5.990vw;
  height: 1.979vw;
  padding: 0 0.781vw;
  border: 0.104vw solid #fff;
  border-radius: 0.990vw;
  font-size: 0.729vw;
  color: #fff;
  line-height: 1.979vw;
  font-family: "REGULAR";
}

.product_right_item .pri_shade .pri_shade_bottom div:hover {
  padding-right: 0.521vw;
}


.product_right_item .pri_img {
  width: 100%;
  height: 100%;
}

.product_right_item:hover .pri_img {
  transform: scale(1.1);
}

/* magnet_container */
.magnet_container {
  margin: 6.771vw auto 5.208vw;
}

.magnet_item {
  position: relative;
  width: 29.479vw;
  height: 16.458vw;
  border: 0.104vw solid #EEEEEE;
}

.magnet_item:hover {
  border: 0.104vw solid #00BAFF;
}

.magnet_item .magnet_number {
  position: absolute;
  top: -2.292vw;
  left: 1.667vw;
  width: 4.896vw;
  height: 4.896vw;
  font-size: 2.604vw;
  text-align: center;
  line-height: 4.896vw;
  color: #FFFFFF;
  background-color: #2182E1;
  border-radius: 50%;
  font-family: "Italic";
}

.magnet_item:hover .magnet_number {
  background-color: #00BAFF;
}

.magnet_item .magnet_main {
  padding: 7.552vw 0 0 2.344vw;
}

.magnet_item .magnet_main dt {
  margin-bottom: 1.302vw;
  font-size: 1.250vw;
  font-weight: bold;
  line-height: 1em;
}

.magnet_item .magnet_main dd {
  font-size: 0.833vw;
  line-height: 1.875vw;
}

.magnet_item .magnet_main dd i {
  display: block;
  width: 0.469vw;
  height: 0.469vw;
  margin-right: 0.625vw;
  background-color: #1A53BA;
  border-radius: 50%;
}

.magnet_item:hover .magnet_main dd i {
  background-color: #00BAFF;
}

.magnet_item .magnet_character {
  position: absolute;
  top: 1.146vw;
  right: 1.146vw;
  height: 2.917vw;
  padding: 0 0.625vw;
  font-size: 0.938vw;
  line-height: 1.042vw;
  color: #FFFFFF;
  background-color: #2182E1;
  border-radius: 0.521vw;
  font-weight: lighter;
}

.magnet_item:hover .magnet_character {
  background-color: #00BAFF;
}

.magnet_item .magnet_img {
  position: absolute;
  right: 0.781vw;
  bottom: 0.521vw;
}

.magnet_item:nth-of-type(1) .magnet_img {
  width: 7.865vw;
}

.magnet_item:nth-of-type(2) .magnet_img {
  width: 9.479vw;
}

.magnet_item:nth-of-type(3) .magnet_img {
  width: 8.750vw;
}

/* about_container */
.about_container {
  align-items: flex-end;
  margin-bottom: 3.646vw;
  color: #FFFFFF;
}

.about_left {
  width: 49.89583333333333%;
  height: 44.115vw;
  padding: 5.729vw 5.208vw 0;
  background-image: url('../images/abbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_left .al_t_w {
  height: 1.979vw;
  margin-bottom: 4.167vw;
}

.about_left .al_t_w .al_t_w_left {
  position: relative;
  flex: 1;
}

.about_left .al_t_w .al_t_w_left::after {
  position: absolute;
  top: 2.865vw;
  content: '';
  width: 1.406vw;
  height: 0.156vw;
  background-color: #00BAFF;
  border-radius: 0.052vw;
}

.about_left .al_t_w .al_t_w_left h4 {
  margin-right: 1.042vw;
  font-size: 1.875vw;
  line-height: 1.979vw;
  font-family: "REGULAR";
}

.about_left .al_t_w .al_t_w_left h3 {
  font-size: 1.250vw;
  line-height: 1.979vw;
  opacity: 0.4;
}

.about_left .al_t_w .al_t_w_more {
  width: 5.990vw;
  height: 1.979vw;
  padding: 0 0.781vw;
  border: 0.104vw solid #fff;
  border-radius: 0.990vw;
  font-size: 0.729vw;
  color: #fff;
  line-height: 1.979vw;
  transition: all 0.3s linear;
  font-family: "REGULAR";
}

.about_left .al_t_w .al_t_w_more:hover {
  padding-right: 0.521vw;
}

.about_left .al_t_t {
  margin-bottom: 1.823vw;
  font-size: 1.146vw;
  line-height: 1em;
}

.about_left .al_t_main {
  margin-bottom: 4.167vw;
  font-size: 0.729vw;
}

.about_left .al_t_bottom {}

.about_left .al_t_bottom .al_t_bottom_item {}

.about_left .al_t_bottom .al_t_bottom_item .atb_img {
  position: relative;
  width: 5.625vw;
  height: 5.625vw;
  border: 0.104vw solid #FFFFFF;
  border-radius: 50%;
}

.about_left .al_t_bottom .al_t_bottom_item:hover .atb_img {
  border: 0.521vw solid rgba(0, 186, 255, 0.5);
}

.about_left .al_t_bottom .al_t_bottom_item .atb_img::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  background-color: #00BAFF;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.about_left .al_t_bottom .al_t_bottom_item:hover .atb_img::before {
  width: 4.583vw;
  height: 4.583vw;
}

.about_left .al_t_bottom .al_t_bottom_item .atb_img img {
  position: relative;
  width: 2.604vw;
  z-index: 1;
}

.about_left .al_t_bottom .al_t_bottom_item .atb_cn {
  margin: 1.302vw 0 0.781vw;
  font-size: 0.938vw;
  line-height: 1em;
  text-align: center;
}

.about_left .al_t_bottom .al_t_bottom_item .atb_en {
  font-size: 0.833vw;
  line-height: 1em;
  opacity: 0.3;
  font-family: "REGULAR";
  text-transform: uppercase;
  text-align: center;
}

.about_right {
  width: 50.10416666666667%;
  color: #FFFFFF;
}

.about_right_img {
  width: 100%;
  height: 30.990vw;
  background-image: url('../images/abimg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_right_bottom {
  height: 7.708vw;
  padding-left: 2.604vw;
  background-color: #1A53BA;
}

.about_right_bottom .arb_l {
  margin-right: 0.625vw;
  text-align: right;
}

.about_right_bottom .arb_l h5 {
  margin-bottom: 0.260vw;
  font-size: 0.729vw;
  line-height: 1em;
  font-family: "REGULAR";
  text-transform: uppercase;
}

.about_right_bottom .arb_l h6 {
  font-size: 0.938vw;
  line-height: 1em;
  font-family: "REGULAR";
  text-transform: uppercase;
}

.about_right_bottom .arb_m {
  margin-right: 0.781vw;
  width: 2.708vw;
}

.about_right_bottom .arb_r {
  font-size: 1.875vw;
  font-weight: 900;
  line-height: 1em;
  font-family: "Geometric";
}

/* news_container */
.news_container {
  margin-bottom: 5.208vw;
}

.news_main_title {
  margin-bottom: 4.167vw;
}

.news_main_title .nmt_left {
  position: relative;
  flex: 1;
}

.news_main_title .nmt_left::after {
  position: absolute;
  top: 2.865vw;
  content: '';
  width: 1.406vw;
  height: 0.156vw;
  background-color: #00BAFF;
  border-radius: 0.052vw;
}

.news_main_title .nmt_left h4 {
  margin-right: 1.042vw;
  font-size: 1.875vw;
  line-height: 1.979vw;
  font-family: "REGULAR";
}

.news_main_title .nmt_left h3 {
  font-size: 1.250vw;
  line-height: 1.979vw;
}

.news_main_title .nmt_right {}

.news_main_title .nmt_right a {
  display: block;
  margin-left: 1.302vw;
  font-size: 0.938vw;
  transition: all 0.3s linear;
}

.news_main_title .nmt_right a:hover {
  font-size: 1.250vw;
  font-weight: bold;
  color: #1A53BA;
}

.news_first {
  margin-bottom: 3.125vw;
  background-color: #F0F3F7;
}

.news_first:hover {
  background-color: #2182E1;
}

.news_first .news_first_img {
  width: 29.688vw;
}

.news_first .news_first_img img {
  width: 100%;
}

.news_first:first .news_first_img img {
  transform: scale(1.1);
}

.news_first .news_first_right {
  flex: 1;
  padding: 3.385vw 5.208vw 0;
}

.news_first:hover .news_first_right {
  color: #fff;
}

.news_first .news_first_right .nfr_t {
  font-size: 1.250vw;
  line-height: 1em;
}

.news_first:hover .news_first_right .nfr_t {
  color: #fff;
}

.news_first .news_first_right .nfr_content {
  margin: 1.823vw 0;
  font-size: 0.729vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_first .news_first_right .nfr_more {
  width: 5.990vw;
  height: 1.979vw;
  padding: 0 0.781vw;
  border-radius: 0.990vw;
  font-size: 0.729vw;
  color: #fff;
  line-height: 1.979vw;
  background-color: #2182E1;
  border: 0.104vw solid #2182E1;
  font-family: "REGULAR";
}

.news_first:hover .news_first_right .nfr_more {
  border: 0.104vw solid #fff;
  padding-right: 0.521vw;
}


.news_main_wrapper {}

.news_main {
  position: relative;
  width: 20.833vw;
}

.news_main::before {
  content: '';
  position: absolute;
  top: 7.813vw;
  width: 0;
  height: 0.052vw;
  background-color: #2182E1;
  transition: all 0.3s linear;
}

.news_main:hover::before {
  width: 100%;
}

.news_main .news_m_date {}

.news_main .news_m_date p {
  margin-bottom: 0.260vw;
  font-size: 2.5vw;
  font-family: "Geometric";
  color: #333333;
  line-height: 1em;
}

.news_main:hover .news_m_date p {
  color: #2182E1;
}

.news_main .news_m_date span {
  font-size: 0.729vw;
  color: #8f8f8f;
  line-height: 1.8em;
}

.news_main .news_m_title {
  display: block;
  margin: 1.563vw 0 2.083vw;
  font-size: 0.938vw;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_main:hover .news_m_title {
  color: #2182E1;
}

.news_main .news_m_content {
  margin-bottom: 1.823vw;
  font-size: 0.729vw;
  line-height: 2em;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_main .news_m_more {
  width: 5.990vw;
  height: 1.979vw;
  padding: 0 0.781vw;
  border-radius: 0.990vw;
  font-size: 0.729vw;
  line-height: 1.979vw;
  border: 0.104vw solid #2182E1;
  color: #2182E1;
  background-color: #fff;
  font-family: "REGULAR";
}

.news_main .news_m_more img:first-of-type {
  display: none;
}

.news_main:hover .news_m_more {
  color: #fff;
  background-color: #2182E1;
  padding-right: 0.521vw;
}

.news_main:hover .news_m_more img:last-of-type {
  display: none;
}

.news_main:hover .news_m_more img:first-of-type {
  display: block;
}

/* bottom_container */
.bottom_container {
  width: 100vw;
  height: 44.271vw;
  padding-top: 5.208vw;
  background-image: url('../images/mesbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom_wrapper {
  height: 34.167vw;
}

.bottom_left {
  position: relative;
  width: 56.354vw;
  padding: 4.167vw 7.292vw 0 3.646vw;
  overflow: hidden;
  background-color: rgba(33, 130, 225, 0.9);
}

.bottom_left h5 {
  position: absolute;
  right: -15.365vw;
  top: 13.542vw;
  transform: rotateZ(-90deg);
  font-size: 7.344vw;
  color: #FFFFFF;
  line-height: 1em;
  opacity: 0.1;
  font-family: "REGULAR";
}

.bottom_left h3 {
  font-size: 1.250vw;
  font-weight: bold;
  line-height: 1em;
  color: #FFFFFF;
}

.bottom_left h3 span {
  color: #00BAFF;
  font-weight: bold;
}

.bottom_left h6 {
  margin: 1.042vw 0 2.083vw;
  font-size: 0.833vw;
  color: #FFFFFF;
  line-height: 1em;
}

.bcl_message {}

.bcl_message .bcl_msg_input {
  width: 48%;
  height: 4.427vw;
  border-bottom: 0.052vw solid rgba(255, 255, 255, 0.2);
}

.bcl_message .bcl_msg_input label {
  margin-right: 0.521vw;
  font-size: 0.833vw;
  color: #ffffff;
  line-height: 4.427vw;
}

.bcl_message .bcl_msg_input input {
  border: none;
  flex: 1;
  height: 4.427vw;
  color: #fff;
  background-color: transparent;
}

.bcl_message .bcl_msg_demand {
  width: 100%;
  height: 7.292vw;
  margin-bottom: 2.344vw;
  padding-top: 1.042vw;
  border-bottom: 0.052vw solid rgba(255, 255, 255, 0.2);
}

.bcl_message .bcl_msg_demand label {
  margin-right: 0.521vw;
  font-size: 0.833vw;
  color: #ffffff;
  line-height: 1.4em;
}

.bcl_message .bcl_msg_demand textarea {
  border: none;
  flex: 1;
  height: 7.292vw;
  color: #fff;
  background-color: transparent;
}

.bcl_message .bcl_msg_button {
  width: 9.375vw;
  height: 2.604vw;
  border-radius: 1.250vw;
  border: 0;
  color: #fff;
  background-color: #00baff;
  transition: all 0.3s linear;
  cursor: pointer;
}

.bcl_message .bcl_msg_button:hover {
  width: 100%;
}

.bottom_right {
  width: 33.229vw;
  height: 34.167vw;
  padding: 3.385vw 0 0 16.146vw;
  background-image: url('../images/contactimg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom_right h2 {
  margin-bottom: 1.042vw;
  font-size: 1.875vw;
  color: #000000;
  line-height: 1em;
  font-family: "REGULAR";
}

.bottom_right h3 {
  margin-bottom: 1.563vw;
  font-size: 1.250vw;
  color: #555555;
  line-height: 1em;
}

.bottom_right i {
  display: block;
  margin-bottom: 1.563vw;
  width: 1.406vw;
  height: 0.156vw;
  background-color: #00BAFF;
  border-radius: 0.052vw;
}

.bottom_right .br_phone {
  width: 12.083vw;
  height: 2.865vw;
  margin-bottom: 1.042vw;
  padding-left: 0.521vw;
  background: #1A53BA;
  border-radius: 1.406vw;
}

.bottom_right .br_phone img {
  width: 1.719vw;
  height: 1.719vw;
  margin-right: 0.781vw;
  border: 0.052vw solid #FFFFFF;
  border-radius: 50%;
}

.bottom_right .br_phone span {
  font-size: 1.146vw;
  font-family: "GEORGIA";
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.875vw;
}

.bottom_right .br_contact {
  margin-bottom: 1.563vw;
  font-size: 0.729vw;
}

.bottom_right .br_code {}

.bottom_right .br_code img {
  width: 7.5vw;
  margin-right: 0.521vw;
}

.bottom_right .br_code p {
  width: 0.729vw;
  font-size: 0.729vw;
  line-height: 1.1em;
}


/* footer_container */
.footer_container {
  position: relative;
  width: 100vw;
  height: 12.552vw;
  padding-top: 2.865vw;
  background-color: #313742;
}

.foot_link_icon {
  position: absolute;
  width: 3.958vw;
  height: 3.958vw;
  top: -1.979vw;
  background-color: rgba(0, 186, 255, 0.1);
  border-radius: 50%;
}

.foot_link_icon::before {
  position: absolute;
  content: '';
  width: 3.229vw;
  height: 3.229vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00BAFF;
  border-radius: 50%;
}

.foot_link_icon img {
  width: 1.250vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.foot_link_title {
  margin-bottom: 0.781vw;
  font-size: 0.938vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1em;
}

.foot_link_main {
  margin-bottom: 2.344vw;
  font-size: 0.833vw;
  color: #FFFFFF;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
}

.foot_link_main a {
  color: rgba(255, 255, 255, 0.6);
}

.foot_link_main a:hover {
  color: rgba(255, 255, 255, 1);
}

.foot_main_top {
  margin-bottom: 1.042vw;
  font-size: 0.729vw;
  color: #888888;
  line-height: 1em;
  opacity: 0.5;
}

.foot_main_a {
  font-size: 0.729vw;
  color: #888888;
  line-height: 1em;
  opacity: 0.5;
}

/* -------------------------------------- */
/* inside_container */
.inside_container {
  padding-bottom: 5.208vw;
}

/* inside_position */
.inside_position {
  margin-bottom: 5.208vw;
  height: 7.031vw;
  background-color: #1A53BA;
}

.inside_position_main {
  position: relative;
  height: 7.031vw;
}

.inside_position_main .ipm_left {
  position: absolute;
  top: 30%;
  left: 5.208vw;
  color: #fff;
}

.inside_position_main .ipm_left::after {
  position: absolute;
  top: 2.865vw;
  content: '';
  width: 1.406vw;
  height: 0.156vw;
  background-color: #00BAFF;
  border-radius: 0.052vw;
}

.inside_position_main .ipm_left h4 {
  margin-right: 1.042vw;
  font-size: 1.875vw;
  line-height: 1.979vw;
  font-family: "REGULAR";
  text-transform: uppercase;
}

.inside_position_main .ipm_left h3 {
  font-size: 1.250vw;
  line-height: 1.979vw;
  opacity: 0.4;
}

.inside_position_main .ipm_right {
  position: absolute;
  right: 5.208vw;
}

.inside_position_main .ipm_right a {
  display: block;
  margin-left: 1.823vw;
  font-size: 0.938vw;
  color: #fff;
  transition: all 0.3s linear;
}

.inside_position_main .ipm_right a:hover {
  font-size: 1.250vw;
  font-weight: bold;
}


/* inside_about */
.inside_about {
  padding-bottom: 2.604vw;
}

.inside_about_img {
  width: 39.375vw;
  border-top-right-radius: 4.167vw;
}

.inside_about_main {
  padding: 4.167vw 5.208vw 0;
}

.inside_about_main h2 {
  margin-bottom: 1.042vw;
  font-size: 1.146vw;
}

/* inside_product */
.inside_product {}

.inside_product .in_pro_item {
  width: 21.198vw;
  margin: 0 1.563vw 0.781vw 0;
  transition: all 0.3s linear;
}

.inside_product .in_pro_item:hover {
  box-shadow: 0 0 1.042vw rgba(129, 156, 205, 0.42);
}

.inside_product .in_pro_item:nth-of-type(4n) {
  margin-right: 0;
}

.in_pro_item .ipi_img {
  width: 100%;
  height: 17.604vw;
  overflow: hidden;
}

.in_pro_item .ipi_img img {
  width: 100%;
  height: 100%;
}

.in_pro_item:hover .ipi_img img {
  transform: scale(1.1);
}

.in_pro_item .ipi_text {
  height: 4.427vw;
  padding: 0 0.781vw;
}

.in_pro_item:hover .ipi_text {
  background-color: #1A53BA;
}

.in_pro_item .ipi_text span {}

.in_pro_item:hover .ipi_text span {
  color: #fff;
}


.in_pro_item .ipi_text img:first-of-type {
  display: none;
}

.in_pro_item:hover .ipi_text img:first-of-type {
  display: block;
}

.in_pro_item:hover .ipi_text img:last-of-type {
  display: none;
}

/* inside_news */
.inside_news {}

.inside_news_item {
  position: relative;
  width: 43.229vw;
  height: 20.313vw;
  margin-bottom: 2.604vw;
  padding: 3.385vw 4.688vw 0;
  border: 0.052vw solid #E4E8EF;
}

.inside_news_item:hover {
  box-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.15);
}

.inside_news_item::before {
  content: '';
  position: absolute;
  top: 9.635vw;
  width: 0;
  height: 0.052vw;
  background-color: #2182E1;
  transition: all 0.3s linear;
}

.inside_news_item:hover::before {
  width: calc(100% - 9.375vw);
}

.inside_news_item .news_m_date {
  align-items: flex-end;
}

.inside_news_item .news_m_date p {
  margin-right: 0.260vw;
  font-size: 2.5vw;
  font-family: "Geometric";
  color: #333333;
  line-height: 1em;
}

.inside_news_item:hover .news_m_date p {
  color: #2182E1;
}

.inside_news_item .news_m_date span {
  font-size: 0.729vw;
  color: #8f8f8f;
  line-height: 1.8em;
}

.inside_news_item .news_m_title {
  display: block;
  margin: 1.563vw 0 2.083vw;
  font-size: 0.938vw;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inside_news_item:hover .news_m_title {
  color: #2182E1;
}

.inside_news_item .news_m_content {
  margin-bottom: 1.823vw;
  font-size: 0.729vw;
  line-height: 2em;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.inside_news_item .news_m_more {
  width: 5.990vw;
  height: 1.979vw;
  padding: 0 0.781vw;
  border-radius: 0.990vw;
  font-size: 0.729vw;
  line-height: 1.979vw;
  border: 0.104vw solid #2182E1;
  color: #2182E1;
  background-color: #fff;
  font-family: "REGULAR";
}

.inside_news_item .news_m_more img:first-of-type {
  display: none;
}

.inside_news_item:hover .news_m_more {
  color: #fff;
  background-color: #2182E1;
  padding-right: 0.521vw;
}

.inside_news_item:hover .news_m_more img:last-of-type {
  display: none;
}

.inside_news_item:hover .news_m_more img:first-of-type {
  display: block;
}

/* inside_picture_detail */
.inside_picture_detail {
  margin-bottom: 2.604vw;
}

.inside_picture_detail .ipd_title {
  padding-bottom: 1.302vw;
  border-bottom: 0.052vw solid #dbdbdb;
  font-size: 1.458vw;
  color: #333;
}

.inside_picture_detail .ipd_main {
  padding-top: 2.083vw;
  line-height: 2em;
}

/* inside_news_detail */
.inside_news_detail {
  margin-bottom: 2.604vw;
}

.inside_news_detail .ind_title_wrapper {
  margin-bottom: 2.604vw;
  padding-bottom: 1.302vw;
  text-align: center;
  border-bottom: 0.052vw solid #dbdbdb;
}

.inside_news_detail .ind_title_wrapper .ind_title {
  text-align: center;
  margin-bottom: 1.823vw;
  font-size: 1.458vw;
  color: #333333;
}

.inside_news_detail .ind_title_wrapper .ind_info {
  font-size: 0.625vw;
  color: #888888;
}

.inside_news_detail .ind_title_wrapper .ind_info span {
  margin: 0 0.208vw;
}

.inside_news_detail .ind_main {
  line-height: 2em;
}

.inside_news_detail .ind_main img {
  max-width: 100%;
}

/* inside_single */
.inside_single {
  margin-bottom: 2.604vw;
}

.inside_single img {
  max-width: 100%;
}

/* inside_contact_wrapper */
.inside_contact_wrapper {}

.inc_tit {
  margin-bottom: 2.604vw;
  font-size: 0.729vw;
}

.icw {
  width: 100%;
  margin-bottom: 2.604vw;
}

.inside_contact {
  width: 59%;
}

.inside_contact .inc_item {
  padding: 0 1.042vw 0 0;
  width: 25%;
  margin-right: 4%;
  border-right: 0.052vw solid #dbdbdb;
}

.inside_contact .inc_item:last-of-type {
  margin-right: 0;
  border-right: 0.052vw solid transparent;
}

.inside_contact .inc_item .c_icon {
  padding: 0;
}

.inside_contact .inc_item .c_icon img {
  padding: 0;
}

.inside_contact .inc_item .fg_line {
  margin: 1.563vw 0;
  border: solid #1A53BA 0.052vw;
  display: block;
  width: 2.083vw;
}

.inside_contact .inc_item .inc_info {
  padding: 0;
  font-family: "GEORGIA";
}

.inside_contact .inc_item .inc_info h6 {
  margin-bottom: 0.781vw;
  font-weight: bold;
  color: #1a1a1a;
}

.inside_contact .inc_item .inc_info p {
  font-size: 0.729vw;
  line-height: 1.354vw;
}

.inside_map {}

.inside_map_main {
  width: 100%;
  height: 26.042vw;
}

.inside_message {
  width: 40%;
}

.inside_message .inside_form_input {
  margin-bottom: 1.042vw;
  color: #fff;
  width: 48%;
  border: 0.052vw solid transparent;
  transition: box-shadow 0.2s linear, border 0.2s linear;
}

.inside_message .inside_form_input:hover {
  border: 0.052vw solid #1A53BA;
  box-shadow: 0 0 0.521vw -0.365vw rgba(129, 129, 129, 1);
}

.inside_message .inside_form_input .inside_ipt {
  padding: 0.885vw;
  color: #808080;
  border: 0.052vw solid #dbdbdb;
  font-size: 0.729vw;
  width: 100%;
  height: 1.563vw;
}

.inside_message .inside_form_textarea {
  margin-bottom: 1.042vw;
  display: inline-block;
  width: 100%;
  border: 0.052vw solid transparent;
  transition: box-shadow 0.2s linear, border 0.2s linear;
}

.inside_message .inside_form_textarea:hover {
  border: 0.052vw solid #1A53BA;
  box-shadow: 0 0 0.521vw -0.365vw rgba(129, 129, 129, 1);
}

.inside_message .inside_form_textarea .inside_tarea {
  padding: 0.260vw 0.885vw;
  height: 3.125vw;
  border: 0.052vw solid #dbdbdb;
  color: #6d6d6d;
  font-size: 0.729vw;
  width: 100%;
}

.inside_message .inside_form_btn {
  display: inline-block;
  width: 100%;
}

.inside_message .inside_form_btn .inside_btn {
  height: 2.083vw;
  line-height: 2.083vw;
  padding: 0 3.646vw;
  background-color: #282828;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 0.781vw;
  border-bottom: solid #1A53BA 0.104vw;
  transition: box-shadow 0.2s linear;
  transition: background-color 0.2s linear;
}

.inside_message .inside_form_btn .inside_btn:hover {
  box-shadow: 0 0 0.521vw -0.365vw rgba(129, 129, 129, 1);
  background-color: #1A53BA;
}